Clean-up and Disconnect

When the application is done with the connection and with the operations on the RFID-Reader, it shall call reader.disconnect to close the connection and to release and clean up the resources.


// Disconnects reader and performs clean-up
reader.disconnect();